/*****************************************/
/* Metaphor Renderer specific styles
/*****************************************/

.RendererTable
{
	width: 100%;
}

.PromptTable
{
	width: 100%;
}

.IONodeLabelCell 
{
}

.IONodeLabelText 
{
	color: #9c3627;
	font: bold 150% Verdana, Arial, Sans-Serif;
	width: auto;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.IONodeToolTipCell 
{
}

.IONodeToolTipText 
{
	color: White;
	font: 100% Verdana, Arial, Sans-Serif;
	display: block;
	background: #FCFCFC;
	width: auto;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.ErrorText 
{
	font-weight: normal;
	font-size: 100%;
	color: #ff0000;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
}


.PromptErrorList
{
	margin: 5px 10px 5px 10px;
	font-weight: normal;
	font-size: 100%;
	color: #ff0000;
	font-style: normal;
	font-family: Verdana, Arial, sans-serif;
}

.PromptLabelText 
{
	color: #152359;
	font: 100% Verdana, Arial, Sans-Serif;
	font-weight: bold;
	display: inline;
}

.PromptChoiceFilterLabel
{
	color: #152359;
	font: 100% Verdana, Arial, Sans-Serif;
	font-weight: bold;
	display: inline;
	text-align: right;
	font-style: italic;
}

.PromptGroupText 
{
	color: #152359;
	font: 100% Verdana, Arial, Sans-Serif;
	font-weight: bold;
	display: inline;
}

.PromptLeftLabelText 
 {
	color: #333333;
	font: 100% Verdana, Arial, Sans-Serif;
	display: inline;
	line-height: 20px;
	padding-right: 20px;
}

.PromptLeftLabelText30Percent
 {
	color: #333333;
	font: 100% Verdana, Arial, Sans-Serif;
	display: inline;
	line-height: 20px;
	padding-right: 20px;
	width: 30%;
}

.PromptSingleRowTable
{
   width: 100%;
}

.PromptSingleRowLabelCell
{
   width: 20%;
}

.PromptSingleRowValueCell
{
   width: 80%;
   text-align: right;
}

.PromptSingleRowValueCell input
{
   width: 90%;
}

.PromptPrefixText
{
	color: #000000;
	font: 100% Verdana, Arial, Sans-Serif;

}

.PromptPostfixText 
{
	font: bold 100% Verdana, Arial, Sans-Serif;
	color: #333333;
}

.RequiredIndicatorText 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
	color: #9c3627;
}

.TipText 
{
	color: #216B93;
	display: block;
	font: bold 90% Verdana, Arial, Sans-Serif;
	margin-bottom: 5px;
}
.PopupLabelHolder
{
	display: inline;
}

.TipPopupContainer
{
	font: 100% Verdana, Arial, Sans-Serif;
	background-color: #e0f1ff;
	color: #216b93;
	width: 400px;
	border: solid 1px #216b93;
	padding: 5px;
}

/* JFChanges

.PopupLabelHolder img
{
	display: inline;
	position: relative;
	top: -3px;
}
f */

.PopupLabelHolder img {
	display: inline;
	margin-top: -2px;

}

/* End JFChanges */

.PromptCommentIFrame, .PromptLabelIFrame
{
	width: 100%;
	height: 100%;
}

.PromptValueControl, .PromptBooleanCheckBoxValueControl,
.PromptChoiceRadioButtonListValueControl, .PromptChoiceListBoxValueControl, .PromptChoicePagedGridValueControl,
.PromptChoiceListViewValueControl, .PromptChoiceListBoxValueControl, .PromptChoiceDropDownListValueControl,
.PromptDateTimeCalendarValueControl, .PromptDoubleValueControl, .PromptDecimalValueControl, .PromptIntegerValueControl,
.PromptLongValueControl, .PromptByteValueControl, .PromptCharValueControl, .PromptFloatValueControl, .PromptSByteValueControl,
.PromptShortValueControl, .PromptUIntValueControl, .PromptULongValueControl, .PromptUShortValueControl,
.PromptActionImageButtonValueControl, .PromptActionAsyncProcessingValueControl, 
.PromptStringValueControl
{
	font: normal 100% Verdana, Arial, Sans-Serif;
	color: #555555;
	/*border: 1px solid #bababa;*/
}
.PromptBooleanRadioButtonListValueControl
{
	font: normal 100% Verdana, Arial, Sans-Serif;
	color: black;
	width: 30% !important;
}
.PromptActionLinkButtonValueControl 
{
	font: normal 100% Verdana, Arial, Sans-Serif;
	color: #555555;
   text-decoration: underline;	
}

.PromptActionLinkNoUnderlineButtonValueControl 
{
	font: normal 100% Verdana, Arial, Sans-Serif;
	color: #555555;
   text-decoration: none;	
}

.PromptActionLinkHeaderNoUnderlineButtonValueControl 
{
	font: bold 120% Verdana, Arial, Sans-Serif;
	color: #000000;
   text-decoration: none;	
}


.PromptActionButtonValueControl 
{
}

input.PromptValueControl
{
	border: 1px solid #216b93;
}

.PromptErrorText 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
	color: #ff0000;
	display: block;
}

.PromptCommentText 
{
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*.PromptCommentMessage  table*/
.MessageContentTable
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #059de0;
	background-color: #EEEEEE;
	border: 1px solid;
	width: 100%;
}

.PromptCommentMessage .MessageText 
{
	overflow: visible;
	font-weight: normal;
	color: #333333;
	font: 100% Verdana, Arial, Sans-Serif;
}

.PromptCommentMessage .MessageIconCell
{
	vertical-align: top;
	padding: 5px 1px 5px 1px;
	width: 10px;
}

.PromptCommentMessage .MessageTextCell
{
	padding: 5px 1px 5px 1px;
	vertical-align: top;
}

.PromptBooleanDisplayToggleValueControl a:link, .PromptBooleanDisplayToggleValueControl a:active, .PromptBooleanDisplayToggleValueControl a:visited, .PromptBooleanDisplayToggleValueControl a:hover 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
}


/*******************************************
* Calendar Popup Styles
*******************************************/
.calBounds 
{
	color: #216b93;
	padding: 2px 3px 1px;
	margin: 0px;
	width: 250px;
	border: 1px solid #EBEDEC;
   background-color: #ebedec;
   z-index:1;
}

.calTitle 
{
	font: bold 100% Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	background: #216b93;
	padding: 2px 3px;
	text-align: center;
}
.calDaysOfWeek 
{
	font: bold 90% Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	background: #216b93;
}

.calMonthBox 
{
	background: #FFFFFF;
	border-bottom: 1px solid #EBEDEC;
	border-right: 1px solid #EBEDEC;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.calMonthField 
{
	font: 90% Verdana, Arial, Sans-Serif;
	color: #216b93;
}

.calYearField 
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #216b93;
	font-size: 10px;
}

.calTodayButton 
{
	font: 90% Verdana, Arial, Sans-Serif;
	color: #216b93;
	cursor: hand;
	height: 18px;
}

.calMonth 
{
	font: bold 100% Verdana, Arial, Sans-Serif;
	color: #216b93;
}

.calDays 
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #216b93;
	text-align: right;
	font-size: 100%;
	padding: 1px 4px 1px 1px;
	border-right: 1px solid #EBEDEC;
	border-bottom: 1px solid #EBEDEC;
	background: #DDDDDD;
}

.calWeekendDays 
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #216b93;
	text-align: right;
	font-size: 100%;
	padding: 1px 4px 1px 1px;
	border-right: 1px solid #EBEDEC;
	border-bottom: 1px solid #EBEDEC;
	background: #DDDDDD;
}

.calDaysHover 
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #04264A;
	font-weight: bold;
	text-align: right;
	font-size: 100%;
	padding: 1px 4px 1px 1px;
	border-right: 1px solid #EBEDEC;
	border-bottom: 1px solid #EBEDEC;
	background: #CCCCCC;
	cursor:pointer;
}

.calCurrentSelectedDay 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #04264A;
	text-align: right;
	font-size: 100%;
	padding: 1px 4px 1px 1px;
	border-right: 1px solid #EBEDEC;
	border-bottom: 1px solid #EBEDEC;
	background: #CCCCCC;
	cursor:pointer;
}

.calInactiveDays 
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #666666;
	text-align: right;
	font-size: 100%;
	padding: 1px 4px 1px 1px;
	border-right: 1px solid #EBEDEC;
	border-bottom: 1px solid #EBEDEC;
	background: #DDDDDD;
}

.calEmptyDay 
{
	border-right: 1px solid #EBEDEC;
	border-bottom: 1px solid #EBEDEC;
	background: #DDDDDD;
}

a.EditLink:link img, a.EditLink:active img, a.EditLink:visited img
{
	border: none;
}

a.EditLink:hover img
{
	border: none;
}

/*******************************************
* Autocompleter Styles
*******************************************/

/* The autocomplete dropdown list. overflow:auto is essential. */
.autocomplete-suggestions
{
	border: 1px solid darkgray;
	background: white;
	cursor: default;
	overflow: auto;
	z-index: 3001; /* One higher than lightbox z-index defined in jqModal.js */
}

/* Each of the entries in the autocomplete dropdown list. */
.autocomplete-suggestion
{
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

/* The selected entry in the dropdown list  */
.autocomplete-selected
{
	background: LightGray;
}

/* The matched characters in the entries in the dropdown list */
.autocomplete-suggestions strong
{
	font-weight: normal;
	color: RoyalBlue;
}

/* Non-selectable items in the suggestions list */
.autocomplete-suggestions em
{
	font-style: normal;
	color: LightGray;
}

/* The initial text in the textbox for giving "type here" instructions */
.autocomplete-instructions
{
	color: gray !important;
}


/**********************************************
* AsmSelect styles
**********************************************/

.asmContainer {
	/* container that surrounds entire asmSelect widget */
	width: 100%;
}

.asmSelect {
	/* the newly created regular 'select' */
	display: inline;
	width: 95%;
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999;
}

.asmHighlight {
	/* the highlight span */
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	margin: 0.25em 0 1em 0;
	position: relative;
	display: block;
	padding-left: 0;
	list-style: none;
	width: 95%;
}

.asmListItem {
	/* li item from the html list above */
	position: relative;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #ddd;
	border: 1px solid #bbb;
	width: 100%;
	margin: 0 0 -1px 0;
	line-height: 13px;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px 0px 5px 5px;
	display: block;
	width: 85%;
}

.asmListSortable .asmListItemLabel {
	cursor: move;
}

.asmListItemRemove {
	/* the remove link in each list item */
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 5px 5px 0px;
}

/**********************************************
* SelectBox styles
**********************************************/

/* Dropdown control */

.selectBox-dropdown {
    min-width: 250px;
    position: relative;
    border: solid 1px #BBB;
    line-height: 1.3;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
}

.selectBox-dropdown.selectBox-menuShowing-top {
}

.selectBox-dropdown .selectBox-label {
	color: #000;
    padding: 1px 4px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
.selectBox-dropdown .selectBox-label:hover {
	color: #000;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    background: url(imgs/jquery.selectBox-arrow.gif) 50% center no-repeat;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
	text-decoration: none;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #07216C;
    color: #FFF;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

/**********************************************
* Choice Grid Styles
**********************************************/

.PromptChoiceGridValueControl {
border: solid 1px #152359;
}
.PromptChoiceGridValueControl .GridTable 
{
                padding: 0px;
                width: 100%;
}
.PromptChoiceGridValueControl .HeaderSelectorCell {
                background-color: #e1dec9;
                color: #152359;
                text-align: left;
                font-weight: normal;
                width: 0%;
                padding: 5px 0px 5px 0px;
}

.PromptChoiceGridValueControl .HeaderCell {
                background-color: #e1dec9;
                color: #152359;
                text-align: left;
                padding: 5px 5px 5px 5px;
                font-weight: normal;
                position: relative;
}

/* JFChanges */
.PromptChoiceGridValueControl .SortHeaderCell {
                background-color: #9c3627;
                color: #EEEEEE;
                text-align: left;
                padding: 5px 5px 5px 5px;
                font-weight: normal;
                position: relative;
}
.PromptChoiceGridValueControl .SortHeaderCell a:link
{
	color:white;
}

.PromptChoiceGridValueControl .SortHeaderCell a:visited
{
	color:white;
}

.PromptChoiceGridValueControl .SortAscImage {
	float: right;	
}
.PromptChoiceGridValueControl .SortDescImage {
	float: right;
}

.PromptChoiceGridValueControl .ColumnLabelHolder
{
	float: left;
	line-height: 16px;
}
/* End JFChanges */

.PromptChoiceGridValueControl .SelectorCell 
{
                border-top: 1px solid #152359;
                vertical-align:middle;
                padding: 2px 0px 2px 0px;
}

.PromptChoiceGridValueControl .ItemColumnCell 
{
                border-top: 1px solid #152359;
                padding: 2px 5px 2px 5px;
                vertical-align: middle;
}

/*****************************************************
* Row Styles
*****************************************************/
.PromptChoiceGridValueControl .GridRow 
{
                background-color: #FFFFFF;
}
.PromptChoiceGridValueControl .HeaderRow 
{
                background-color: #728e82;
                color: #FFFFFF;
}
.PromptChoiceGridValueControl .FooterRow 
{
}

/**********************************************
* Footer Styles
**********************************************/
.PromptChoiceGridValueControl .GridFooter 
{
}
.PromptChoiceGridValueControl .PagedGridPagingContainer 
{
   width: 175px;
}

.PromptChoiceGridValueControl .PagedGridPagingContainer img 
{
}
.PromptChoiceGridValueControl .PagedGridPagingContainer span 
{
}

/**********************************************
* Paged Grid Styles
**********************************************/

.PagedGridMainContent
{
}

.PagedGridMainContent table 
{
	width: 100%;
}

.PagedGridMainContent th 
{
	background-color: #004B8E;
	color: #FFFFFF;
	text-align: left;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
}

.PagedGridMainContent td
{
	border-top: 1px solid silver;
	vertical-align: middle;
}


.PagedGridNoResultsContainer
{
	border-left: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;   
	padding: 5px 5px 5px 5px;
}

/*****************************************************
* Row Styles
*****************************************************/
.PagedGridRow
{
	background-color: #EEEEEE;
}

.PagedGridSelectedRow
{
	background-color: #BBBBBB;
}

.PagedGridHoverRow
{
	background-color: #BBBBBB;
}

.PagedGridHeaderRow
{
   background-color:  #004B8E;
   color: #FFFFFF;
   vertical-align: middle;
   border: #555555 1px solid;
}

.PagedGridHeaderRowText
{
   background-color:  #004B8E;
   color: #FFFFFF;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 110%;
}

/**********************************************
* Footer Styles
**********************************************/
.PagedGridFooter
{
	padding: 2px;
	margin: 0px;
	background-color: #e3e3e3;
	width: 100%;
}

.PagedGridPagingContainer
{
	text-align: right;
	font: 100% Verdana, Arial, Sans-Serif;
	color: #216b93;
}

.PagedGridPagingContainer img
{  
   padding-left: 5px;
   padding-right: 5px;
}

.PagedGridPagingContainer span
{
   position: relative;
   top: -1px;
}

.EditLink
{
	margin: 10px;
	margin-left: 0px;
}

.TwoColumnCheckBoxList
{
    display: block;
    width: 700px;
}
.TwoColumnCheckBoxList span span
{
    display: block;
    float: left;
    width: 350px;
}

.TwoColumnRadioButtonList
{
    display: block;
    width: 640px;
}
.TwoColumnRadioButtonList span span
{
    display: block;
    float: left;
    width: 350px;
}
